// Star , by Erlend Robaye, November 2001

Aspc=1,

A0="rnd(.001) + .001",	// Rotation speed
A1="8",			// Amplitude of sin that devides into circles
A2=".03",		// Flow increase factor

// Flow gently in or out
D0="sin( theta * A1)",

srcR="r * ( 1 + sgn(D0) * A2 * D0)",

// Turn right
srcT="theta + A0",


Vers=100
